func crypto/hkdf.checkFIPS140Only
4 uses
crypto/hkdf (current package)
hkdf.go#L29: if err := checkFIPS140Only(fh, secret); err != nil {
hkdf.go#L44: if err := checkFIPS140Only(fh, pseudorandomKey); err != nil {
hkdf.go#L61: if err := checkFIPS140Only(fh, secret); err != nil {
hkdf.go#L73: func checkFIPS140Only[Hash hash.Hash](h func() Hash, key []byte) error {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |